projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4617fa7
)
placessidebar: Use symbolic name for symbolic icon
author
Bastien Nocera
<hadess@hadess.net>
Thu, 19 Jun 2014 12:11:22 +0000
(14:11 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Jun 2014 16:23:52 +0000
(12:23 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=731908
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index aebe18f9532221343447cd2ff53ebc4d4aff7585..3f6ea69cbbe1419eb56bd053d6fb3c33b7657ede 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-535,7
+535,7
@@
special_directory_get_gicon (GUserDirectory directory)
ICON_CASE (VIDEOS);
default:
- return g_themed_icon_new_with_default_fallbacks (
"folder-symbolic"
);
+ return g_themed_icon_new_with_default_fallbacks (
ICON_NAME_FOLDER
);
}
#undef ICON_CASE